TensorFlow Model Zoo
TensorFlow 的模型都位于 https://github.com/tensorflow/models 。
正如 5.2 节中介绍的,这个 目录中有很多图像和语音处理的模型,可以直接拿来用。这些模型的检查点文件(参参 4.8.1 节 ckpt 模型文件的保存)有的被打成压缩包,可以直接下载,当作预训练模型使用,如表 6-1 所示。
VGG16:https://github.com/ry/tensorflow-vgg16
Inception V3:https://github.com/tensorflow/models/blob/master/inception
ResNet:https://github.com/ry/tensorflow-resnet